home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-07 | 478 b | 18 lines | [TEXT/MPS ] |
- # Commands to build cdev Shell under MPW using MPW Pascal
- #
- # put the name of your cdev files in place of cdev.p, cdev.p.o, and
- # cdev.r below
- #
- Pascal cdev.p -sym on
- Pascal cdevShell.p -sym on
- Link -w -t 'APPL' -c '????' -sym on ∂
- cdev.p.o ∂
- cdevShell.p.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- "{PLibraries}"SANELib.o∂
- -o cdevShell
- Rez -append -o cdevShell cdev.r
- Rez -append -o cdevShell cdevShell.r
-